branch coverage meaning in Chinese
分支覆盖 通过测试执行到的分支的百分比。
Examples
- Mobility affects loyalty with the degree of effect depending on branch coverage .
流动性对忠诚的影响与分行覆盖面有关。 - There are types of coverage that point more directly to design mistakes than statement coverage does ( branch coverage , for example )
还有几类覆盖率,比语句覆盖率更直接地指向设计错误(例如分支覆盖率) 。 - You can measure code coverage in several ways : by assessing line or statement coverage , condition coverage , branch coverage , and so on
您可以通过许多方法来测量代码覆盖率:通过评估代码行或语句的覆盖面、条件覆盖面、分支覆盖面等等。 - However ircfg with its unique tree structure , it easily achieves path or branch coverage of the events and describes the interactive information in uml sequence . therefore , we adopt ircfg to analyze the
本文的工作是将当前的主流软件开发技术? ?面向对象技术与软件测试技术相结合所做的一个尝试,对uml在软件测试中的应用起到一个推动作用。 - Basic black - box testing and white - box testing are successfully carried out . in white - box testing , the statement coverage and branch coverage are achieved ; static analysis and dynamic analysis are also implemented . the static analysis mainly used to generate flow graph while the dynamic analysis serves program instrument , technique realization object , subprogram and the detailed coverage and the calculation of operation time of the documents
原型系统实现了基本的黑盒和白盒测试,其中白盒测试实现了语句和分支覆盖;实现了汇编测试的静态分析和动态分析,静态分析主要是生成程序的流程图,动态分析主要是利用程序插桩技术实现语句和分支覆盖率及在多个测试用例驱动下的综合覆盖率的计算和运行时间及内存使用情况的统计。